body {
background-image: url(background.jpg);
background-repeat: no-repeat;
background-size: cover;
}


/* Login admin */
.formku {
    background-color: #f8fdfd;
    box-shadow: 2px 2px 5px #aeedef;
}

.formlogin {
    background-color: #f8fdfd;
    box-shadow: 2px 2px 5px #aeedef;
    width: 300px;
}

/* Login siswa */
.split-screen {
    display: flex;
    min-height: 100vh;
  }

  .left {
    flex: 2;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 100vh; 
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

    .pengumuman {
    box-shadow: 2px 2px 5px #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .pengumuman h4 {
    font-size: 16px;
    font-weight: bold;
  }
  .pengumuman h5 {
    font-size: 14px;
  }

  .info h3 {
    color: #008000;
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 
    -1px -1px 0 #ffffff,  
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;  
    letter-spacing: 2px;
  }

  .info h2 {
    color: #008000;
    margin-top: -5px;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 
    -1.5px -1.5px 0 #ffffff,  
    1.5px -1.5px 0 #ffffff,
    -1.5px 1.5px 0 #ffffff,
    1.5px 1.5px 0 #ffffff;  
  }


  .right {
    flex: 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 100vh;
    background-image: url(bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .right img {
    width: 100px;
    margin: 15px 0;
  }
  .left img {
    width: 150px;
  }

  .info {
    text-align: center;
  }

  /* hitung mundur */
.waktu h4 {
  margin: 10px 0px;
   font-family: "Poppins", sans-serif;
}
  .countdown {
    display: flex;
    justify-content: center;
  }
  .timer {
    background-color: rgb(240, 143, 87);
    font-size: 17px;
    padding: 8px;
    margin: 0 10px;
    width: 60px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    margin-top: -30px;
    font-family: "Orbitron", sans-serif;
    font-weight: bold;
  }
  .timer-info {
    color: rgb(241, 110, 33);
    margin: 5px 10px 5px;
    width: 60px;
    font-family: "Gobold", sans-serif;
    font-size: 13px !important;
  }

  .slmtdtng {
    font-family: "Great Vibes", cursive !important;
    font-weight: 400;
    font-style: normal;
    font-size: 45px !important;
    letter-spacing:2px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .split-screen {
      flex-direction: column;
    }
    .left, .right {
      flex: none;
      min-width: 100%;
    }

    .info h2 {
      font-size: 23px;
    }
    .info h3 {
      font-size: 15px;
    }
    .left img {
      width: 100px;
    }
    .right img {
      width: 80px;
    }

    .pengumuman h4 {
      font-size: 80%;
    }
    .pengumuman h5 {
      font-size: 80%;
    }

    .timer {
      width: 40px;
      font-size: 15px !important;
      padding: 6px;
    }
    .timer-info {
       width: 40px;
       font-size: 10px !important;
    }
    .waktu h4 {
      letter-spacing: 0px;
    }

    .slmtdtng {
        font-size: 25px !important;  
    }
    
      .info h3 {
    color: #000000;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 
    -1px -1px 0 #ffffff,  
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;  
    letter-spacing: 2px;
  }

}


